home *** CD-ROM | disk | FTP | other *** search
- q_r : dialog {
- label = "Query/Report";
- : concatenation {
- : button {
- label = "Component...";
- key = "cmp_but";
- width = 12;
- fixed_width = true;
- }
- : edit_box {
- key = "cmp_box";
- edit_width = 16;
- fixed_width = true;
- }
- }
- : spacer { height = 0.5; }
- : boxed_column {
- label = "Variable Selection Criteria:";
- : concatenation {
- : button {
- label = "Filter...";
- key = "flt_but";
- width = 12;
- fixed_width = true;
- }
- : edit_box {
- key = "flt_box";
- edit_width = 16;
- fixed_width = true;
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "None";
- key = "non_flt";
- fixed_width = true;
- }
- : spacer { width = 2; }
- : button {
- label = "Create";
- key = "cre_fil";
- fixed_width = true;
- }
- }
- }
- : spacer { height = 0.5; }
- : boxed_column {
- label = "Report:";
- : concatenation {
- : button {
- label = "Report...";
- key = "rep_but";
- width = 12;
- fixed_width = true;
- }
- : edit_box {
- key = "rep_box";
- edit_width = 16;
- fixed_width = true;
- }
- }
- : radio_column {
- fixed_width = true;
- alignment = centered;
- : radio_button {
- label = "Detail Report Form";
- key = "det_but";
- }
- : radio_button {
- label = "Summary Report Form";
- key = "sum_but";
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Create";
- key = "cre_rep";
- fixed_width = true;
- }
- }
- }
- : spacer { height = 0.5; }
- ok_cancel;
- : errtile { width =15; }
- }
-
- exi_flt : dialog {
- label = "Warning";
- : concatenation {
- : text {
- label = "Filter ";
- }
- : text {
- key = "name";
- width = 10;
- }
- }
- : text {
- label = "Already exist, do you";
- }
- : text {
- label = "wish to modify it ?";
- }
- ok_cancel;
- }
-
- exi_rep : dialog {
- label = "Warning";
- : concatenation {
- : text {
- label = "Report ";
- }
- : text {
- key = "name";
- width = 10;
- }
- }
- : text {
- label = "Already exist, do you";
- }
- : text {
- label = "wish to modify it ?";
- }
- ok_cancel;
- }